Platform Explorer / Nuxeo Platform 2023.10

Operation Navigation.GoBack (Cancel Document Creation in UI)

Description

Cancels a document creation in UI, as if user was hitting the 'Cancel' button on a the document creation form. It returns the parent document, that would have been the created document container.
Operation id Navigation.GoBack
AliasesSeam.CancelCreateDocumentInUI
Category User Interface
Label Cancel Document Creation in UI
Requires Seam
Since

Parameters

No parameters.

Signature

Inputs void
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.CancelCreateDocumentInUI
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Navigation.GoBack",
  "aliases" : [ "Seam.CancelCreateDocumentInUI" ],
  "label" : "Cancel Document Creation in UI",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Cancels a document creation in UI, as if user was hitting the 'Cancel' button on a the document creation form. It returns the parent document, that would have been the created document container.",
  "url" : "Navigation.GoBack",
  "signature" : [ "void", "document" ],
  "params" : [ ]
}